home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / dns / bind-4.9 / bind-4 / usr / man / man7 / mailaddr.7 < prev   
Encoding:
Text File  |  1995-08-04  |  5.7 KB  |  199 lines

  1.  
  2.  
  3.  
  4. MAILADDR(7)                                           MAILADDR(7)
  5.  
  6.  
  7. NNAAMMEE
  8.        mailaddr - mail addressing description
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.        Mail addresses are based on the ARPANET protocol listed at
  12.        the end of this manual page.  These addresses are  in  the
  13.        general format
  14.  
  15.                  user@domain
  16.  
  17.        where  a  domain  is  a hierarchical dot separated list of
  18.        subdomains.  For example, the address
  19.  
  20.                  eric@monet.berkeley.edu
  21.  
  22.        is normally interpreted from right to  left:  the  message
  23.        should go to the ARPA name tables (which do not correspond
  24.        exactly to the physical ARPANET),  then  to  the  Berkeley
  25.        gateway, after which it should go to the local host monet.
  26.        When the message reaches monet it is delivered to the user
  27.        ``eric''.
  28.  
  29.        Unlike some other forms of addressing, this does not imply
  30.        any routing.  Thus, although this address is specified  as
  31.        an  ARPA address, it might travel by an alternate route if
  32.        that were more convenient or efficient.  For  example,  at
  33.        Berkeley,   the   associated  message  would  probably  go
  34.        directly to monet over the Ethernet rather than going  via
  35.        the Berkeley ARPANET gateway.
  36.  
  37.    AAbbbbrreevviiaattiioonn..
  38.        Under  certain  circumstances  it  may not be necessary to
  39.        type the entire domain name.  In general, anything follow-
  40.        ing  the first dot may be omitted if it is the same as the
  41.        domain from which you are sending the message.  For  exam-
  42.        ple,  a  user  on  ``calder.berkeley.edu''  could  send to
  43.        ``eric@monet'' without adding the  ``berkeley.edu''  since
  44.        it is the same on both sending and receiving hosts.
  45.  
  46.        Certain  other  abbreviations  may be permitted as special
  47.        cases.  For example, at Berkeley,  ARPANET  hosts  may  be
  48.        referenced  without adding the ``berkeley.edu'' as long as
  49.        their names do not conflict with a local host name.
  50.  
  51.    CCoommppaattiibbiilliittyy..
  52.        Certain old address formats are converted to the new  for-
  53.        mat  to  provide compatibility with the previous mail sys-
  54.        tem.  In particular,
  55.  
  56.                  user@host.ARPA
  57.  
  58.        is allowed and
  59.  
  60.                  host:user
  61.  
  62.  
  63.  
  64.                         February 14, 1989                       1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MAILADDR(7)                                           MAILADDR(7)
  71.  
  72.  
  73.        is converted to
  74.  
  75.                  user@host
  76.  
  77.        to be consistent with the _r_c_p(1) command.
  78.  
  79.        Also, the syntax
  80.  
  81.                  host!user
  82.  
  83.        is converted to:
  84.  
  85.                  user@host.UUCP
  86.  
  87.        This is normally converted back to the ``host!user''  form
  88.        before  being  sent  on  for compatibility with older UUCP
  89.        hosts.
  90.  
  91.        The current implementation is not able to  route  messages
  92.        automatically  through  the UUCP network.  Until that time
  93.        you must explicitly tell the mail system  which  hosts  to
  94.        send  your  message  through to get to your final destina-
  95.        tion.
  96.  
  97.    CCaassee DDiissttiinnccttiioonnss..
  98.        Domain names (i.e., anything after the ``@'' sign) may  be
  99.        given  in  any  mixture  of  upper and lower case with the
  100.        exception of UUCP hostnames.  Most hosts accept any combi-
  101.        nation  of  case in user names, with the notable exception
  102.        of MULTICS sites.
  103.  
  104.    RRoouuttee--aaddddrrss..
  105.        Under some circumstances it may be necessary  to  route  a
  106.        message  through several hosts to get it to the final des-
  107.        tination.  Normally this routing  is  done  automatically,
  108.        but  sometimes  it is desirable to route the message manu-
  109.        ally.   Addresses  which  show  these  relays  are  termed
  110.        ``route-addrs.''  These use the syntax:
  111.  
  112.                  <@hosta,@hostb:user@hostc>
  113.  
  114.        This  specifies  that the message should be sent to hosta,
  115.        from there to hostb, and finally to hostc.  This  path  is
  116.        forced even if there is a more efficient path to hostc.
  117.  
  118.        Route-addrs  occur  frequently  on return addresses, since
  119.        these are generally augmented  by  the  software  at  each
  120.        host.   It  is  generally  possible  to ignore all but the
  121.        ``user@domain'' part  of  the  address  to  determine  the
  122.        actual sender.
  123.  
  124.    PPoossttmmaasstteerr..
  125.        Every site is required to have a user or user alias desig-
  126.        nated ``postmaster''  to  which  problems  with  the  mail
  127.  
  128.  
  129.  
  130.                         February 14, 1989                       2
  131.  
  132.  
  133.  
  134.  
  135.  
  136. MAILADDR(7)                                           MAILADDR(7)
  137.  
  138.  
  139.        system may be addressed.
  140.  
  141.    OOtthheerr NNeettwwoorrkkss..
  142.        Some  other  networks can be reached by giving the name of
  143.        the network as the last component of the domain.  _T_h_i_s  _i_s
  144.        _n_o_t  _a  _s_t_a_n_d_a_r_d  _f_e_a_t_u_r_e  and may not be supported at all
  145.        sites.  For example, messages to CSNET or BITNET sites can
  146.        often     be     sent     to     ``user@host.CSNET''    or
  147.        ``user@host.BITNET'' respectively.
  148.  
  149. BBUUGGSS
  150.        The RFC822 group syntax (``group:user1,user2,user3;'')  is
  151.        not  supported  except  in the special case of ``group:;''
  152.        because of a conflict with old berknet-style addresses.
  153.  
  154.        Route-Address syntax is grotty.
  155.  
  156.        UUCP- and ARPANET-style addresses do not coexist politely.
  157.  
  158. SSEEEE AALLSSOO
  159.        mail(1),  sendmail(8);  Crocker,  D.  H., _S_t_a_n_d_a_r_d _f_o_r _t_h_e
  160.        _F_o_r_m_a_t _o_f _A_r_p_a _I_n_t_e_r_n_e_t _T_e_x_t _M_e_s_s_a_g_e_s_, RFC822.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                         February 14, 1989                       3
  197.  
  198.  
  199.